A5WS_LockOutUserRelease Function

Syntax

Result_Flag as L = a5ws_LockOutUserRelease(C UserValue [,* NotUsed ])

Arguments

Result_Flag

.T. = The User ID was released. .F. = The User ID was not released.

UserValue

A locked user value.

NotUsed

*

Description

Web Security - Release the User Value if it is currently locked

Discussion

The A5WS_LockOutUserRelease() function releases a locked User Value. If the function finds no match in the locked out list, nothing happens.

Example

If a user with the user value of "[email protected]" is locked out, this will release the lock.

a5ws_LockOutUserRelease("[email protected]")
= .T.

Limitations

Web publishing applications only.

See Also